Aviation API icon

Aviation API

(0 reviews)

16 ROFOR

A ROFOR (Route Forecast) provides forecast wind and temperature information for specified flight levels along a nominated route. Currently this is set up for a set of pre-chosen routes and flight levels.

16.1 Latest for a Location

This call returns the latest ROFOR (Route Forecast) for routes within New Zealand currently used by Air NZ Link Operators.

16.1.1 API Call:

GET /aviation/rofor/preset/NZ

16.1.2 Example:

This example would return the latest set of ROFORs for the pre-chosen routes and flight levels.

GET /aviation/rofor/preset/NZ

16.1.3 API Response:

{
    "version":"1.0",
    "issue-time":"2018-10-15T04:42:36Z",
    "path":"/rofor/preset/NZ",
    "response":[
        {
            "met:valid-to":"2018-10-15T10:00:00Z",
            "met:product-name":"rofor",
            "met:domain":"aviation",
            "met:issue-time":"2018-10-15T02:07:37Z",
            "met:region":"NZ",
            "met:valid-from":"2018-10-15T02:00:00Z",
            "met:data":"ROFOR SUPPLIED BY METSERVICE. VALID 150200/151000\n \n ZONE FL090 FL100
FL110 FL120 FL130 FL140 FL150 FL160 FL170 FL180 \n NZAA/NZKK 18013M01 18015M03
18017M05 18018M07 19019M09 19020M12 19021M14 20021M16 20021M18 20021M20\n NZKK/NZAA
18010M01 18012M03 18014M05 19016M07 19018M09 19019M11 20020M14 20020M16 20020M18
20020M20\n \\
…
ROFOR SUPPLIED BY METSERVICE. VALID 150200/151000\n \n ZONE FL160 FL170 FL180 FL190
FL200 FL210 FL220 FL230 FL240 FL250 \n NZNV/NZWN 23028M18 23029M20 23029M22
23030M25 23031M27 23031M30 23031M32 23031M34 23032M37 23032M39\n NZWN/NZNV 22026M18
22027M20 23028M23 23028M25 23028M28 23029M30 23029M32 23029M35 23029M37 23029M39"
        }
    ]
}

Reviews